home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / internet / DOMPRO11 / DOMAIN.exe / 0 / RCDATA / TFORMSEARCH / TFORMSEARCH.txt < prev   
Encoding:
Text File  |  1998-02-01  |  4.2 KB  |  192 lines

  1. object FormSearch: TFormSearch
  2.   Left = 216
  3.   Top = 169
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Search Wizard'
  6.   ClientHeight = 270
  7.   ClientWidth = 370
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object SpeedButton3: TSpeedButton
  18.     Left = 8
  19.     Top = 72
  20.     Width = 57
  21.     Height = 17
  22.     Caption = 'Load List'
  23.     OnClick = SpeedButton3Click
  24.   end
  25.   object SpeedButton1: TSpeedButton
  26.     Left = 117
  27.     Top = 72
  28.     Width = 60
  29.     Height = 17
  30.     Caption = 'Clear List'
  31.     OnClick = SpeedButton1Click
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 73
  37.     Height = 14
  38.     Caption = 'Enter Keyword'
  39.   end
  40.   object SpeedButton2: TSpeedButton
  41.     Left = 264
  42.     Top = 248
  43.     Width = 105
  44.     Height = 20
  45.     Caption = 'Demonstration'
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     Glyph.Data = {
  51.       78010000424D7801000000000000760000002800000020000000100000000100
  52.       04000000000000000000120B0000120B00000000000000000000000000000000
  53.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  54.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  55.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  56.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  57.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  58.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  59.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  60.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  61.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  62.       3333333773FFFF77333333333FBFBF33333333333777773333330000}
  63.     NumGlyphs = 2
  64.     ParentFont = False
  65.     OnClick = SpeedButton2Click
  66.   end
  67.   object Label1: TLabel
  68.     Left = 8
  69.     Top = 56
  70.     Width = 65
  71.     Height = 14
  72.     Caption = 'Keyword List'
  73.   end
  74.   object SpeedButton4: TSpeedButton
  75.     Left = 192
  76.     Top = 200
  77.     Width = 161
  78.     Height = 25
  79.     Caption = 'GO'
  80.     OnClick = BitBtn1Click
  81.   end
  82.   object ListBox1: TListBox
  83.     Left = 8
  84.     Top = 88
  85.     Width = 169
  86.     Height = 177
  87.     ItemHeight = 14
  88.     TabOrder = 0
  89.   end
  90.   object BitBtn2: TBitBtn
  91.     Left = 64
  92.     Top = 72
  93.     Width = 57
  94.     Height = 17
  95.     Caption = 'Save List'
  96.     TabOrder = 1
  97.     OnClick = BitBtn2Click
  98.   end
  99.   object EditName: TEdit
  100.     Left = 8
  101.     Top = 24
  102.     Width = 169
  103.     Height = 22
  104.     TabOrder = 2
  105.     OnKeyDown = EditNameKeyDown
  106.   end
  107.   object Panel1: TPanel
  108.     Left = 192
  109.     Top = 8
  110.     Width = 169
  111.     Height = 145
  112.     TabOrder = 3
  113.     object Label2: TLabel
  114.       Left = 8
  115.       Top = 96
  116.       Width = 106
  117.       Height = 14
  118.       Caption = 'Enter the string to add'
  119.     end
  120.     object EditStrtoAdd: TEdit
  121.       Left = 8
  122.       Top = 112
  123.       Width = 145
  124.       Height = 22
  125.       Enabled = False
  126.       TabOrder = 0
  127.     end
  128.     object IsAddStr: TCheckBox
  129.       Left = 8
  130.       Top = 8
  131.       Width = 145
  132.       Height = 17
  133.       Caption = 'Add string to all keywords'
  134.       TabOrder = 1
  135.       OnClick = IsAddStrClick
  136.     end
  137.     object AddStrPos: TRadioGroup
  138.       Left = 8
  139.       Top = 24
  140.       Width = 145
  141.       Height = 57
  142.       Enabled = False
  143.       ItemIndex = 0
  144.       Items.Strings = (
  145.         'Add before keyword'
  146.         'Add after keyword')
  147.       TabOrder = 2
  148.     end
  149.   end
  150.   object COM: TCheckBox
  151.     Left = 200
  152.     Top = 168
  153.     Width = 49
  154.     Height = 17
  155.     Caption = 'COM'
  156.     State = cbChecked
  157.     TabOrder = 4
  158.     OnClick = COMClick
  159.   end
  160.   object NET: TCheckBox
  161.     Left = 248
  162.     Top = 168
  163.     Width = 49
  164.     Height = 17
  165.     Caption = 'NET'
  166.     TabOrder = 5
  167.     OnClick = COMClick
  168.   end
  169.   object ORG: TCheckBox
  170.     Left = 296
  171.     Top = 168
  172.     Width = 49
  173.     Height = 17
  174.     Caption = 'ORG'
  175.     TabOrder = 6
  176.     OnClick = COMClick
  177.   end
  178.   object OpenDialog1: TOpenDialog
  179.     FileEditStyle = fsEdit
  180.     Filter = 'Domain Name List (*.lst)|*.lst|Any File (*.*)|*.*'
  181.     Left = 336
  182.     Top = 136
  183.   end
  184.   object SaveDialog1: TSaveDialog
  185.     DefaultExt = 'lst'
  186.     FileEditStyle = fsEdit
  187.     Filter = 'Domain Name List (*.lst)|*.lst|Any File (*.*)|*.*'
  188.     Left = 336
  189.     Top = 136
  190.   end
  191. end
  192.